GUID Registry entries

By default, GUID auto-generation is disabled for all modules.

In order to enable auto-generation of GUIDs in a module (or system-wide), two GUID Registry entries must be specified:

  • GUID Enabled Registry entry must be set to true

    -AND-

  • GUID Auto Types Registry entry must specify which GUID type(s) to generate. Currently only UUID4 is supported.

On record save EMu checks whether the GUIDs table includes an entry for each type specified in the GUID Auto Types Registry entry, and generates a GUID for each type that is missing.

Currently EMu will auto-generate a UUID Version 4 GUID if one has not already been added to the record's GUIDs table.